Windowable.title

Sets the title text.

  1. string title [@property setter]
  2. dstring title [@property setter]
    interface Windowable
    @property
    void
    title
    (
    dstring text
    )
  3. wstring title [@property setter]

Parameters

text dstring

The text to set the title of the window to

Meta